From 61a59bd390a8a45d00fce2592c1a7cae555c25e8 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 22:45:23 -0500 Subject: [PATCH] docs: don't use property syntax for style properties --- gtk/deprecated/gtkstyle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/deprecated/gtkstyle.c b/gtk/deprecated/gtkstyle.c index 0ff962d681..5a14d92eb9 100644 --- a/gtk/deprecated/gtkstyle.c +++ b/gtk/deprecated/gtkstyle.c @@ -4510,8 +4510,8 @@ gtk_widget_modify_base (GtkWidget *widget, * allocated), or %NULL to undo the effect of previous calls to * of gtk_widget_modify_cursor(). * - * Sets the cursor color to use in a widget, overriding the - * #GtkWidget:cursor-color and #GtkWidget:secondary-cursor-color + * Sets the cursor color to use in a widget, overriding the #GtkWidget + * cursor-color and secondary-cursor-color * style properties. * * All other style values are left untouched. -- 2.30.2